home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / steppenw.swf / scripts / DefineSprite_3455 / frame_22 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  301 b   |  15 lines

  1. if(getProperty("_root.Farmer", _currentframe) < 279)
  2. {
  3.    set("/Variables:Stoppe",true);
  4.    set("/Variables:EtatActif","Tab2");
  5.    tellTarget("_root.Animatiques")
  6.    {
  7.       gotoAndStop("VoitMegChamp");
  8.    }
  9.    tellTarget("_root")
  10.    {
  11.       gotoAndStop("Tab2Stoppe");
  12.    }
  13.    stop();
  14. }
  15.